pytestCheckHook: add support for disabling arbitrary paths
Renames `disabledTestFiles` to the more genereric `disabledTestPaths` to reflect that change.
This commit is contained in:
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
# Exclude live tests
|
||||
disabledTestFiles = [ "tests/live_test.py" ];
|
||||
disabledTestPaths = [ "tests/live_test.py" ];
|
||||
|
||||
pythonImportsCheck = [ "slixmpp" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user