mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
pytestCheckHook: add support for disabling arbitrary paths
Renames `disabledTestFiles` to the more genereric `disabledTestPaths` to reflect that change.
This commit is contained in:
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
disabledTestFiles = [ "tests/test_graphql.py" ];
|
||||
disabledTestPaths = [ "tests/test_graphql.py" ];
|
||||
# https://github.com/encode/starlette/issues/1131
|
||||
disabledTests = [ "test_debug_html" ];
|
||||
pythonImportsCheck = [ "starlette" ];
|
||||
|
||||
Reference in New Issue
Block a user