Merge pull request #114604 from fabaff/bump-pytest-sanic

This commit is contained in:
Sandro
2021-03-11 01:59:09 +01:00
committed by GitHub
3 changed files with 35 additions and 15 deletions
+3 -1
View File
@@ -6358,7 +6358,9 @@ in {
pytest-runner = self.pytestrunner; # added 2021-01-04
pytestrunner = callPackage ../development/python-modules/pytestrunner { };
pytest-sanic = callPackage ../development/python-modules/pytest-sanic { };
pytest-sanic = callPackage ../development/python-modules/pytest-sanic {
sanic = self.sanic.override { doCheck = false; };
};
pytest-server-fixtures = callPackage ../development/python-modules/pytest-server-fixtures { };