mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
pytestCheckHook: add support for disabling arbitrary paths
Renames `disabledTestFiles` to the more genereric `disabledTestPaths` to reflect that change.
This commit is contained in:
parent
056f697397
commit
d6d63aef7d
7 changed files with 11 additions and 11 deletions
|
@ -611,7 +611,7 @@ Using the example above, the analagous pytestCheckHook usage would be:
|
|||
"update"
|
||||
];
|
||||
|
||||
disabledTestFiles = [
|
||||
disabledTestPaths = [
|
||||
"tests/test_failing.py"
|
||||
];
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue