Merge pull request #114604 from fabaff/bump-pytest-sanic
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user