python3Packages.sanic: allow building without tests

This commit is contained in:
Fabian Affolter
2021-03-07 22:22:37 +01:00
parent d7397e50dc
commit f22a0ec393
2 changed files with 10 additions and 3 deletions
+3 -1
View File
@@ -6257,7 +6257,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 { };