Merge pull request #68722 from flokli/pytest-check

python.pkgs.pytest-check: init at 0.3.5
This commit is contained in:
worldofpeace
2019-09-23 19:16:24 -04:00
committed by GitHub
2 changed files with 31 additions and 0 deletions

View File

@@ -1052,6 +1052,8 @@ in {
pytest-click = callPackage ../development/python-modules/pytest-click { };
pytest-check = callPackage ../development/python-modules/pytest-check { };
pytest-env = callPackage ../development/python-modules/pytest-env { };
pytest-flask = callPackage ../development/python-modules/pytest-flask { };