mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
pytestCheckHook: Add disabledTestFiles option
This commit is contained in:
parent
2982fa466e
commit
6f7f01a244
2 changed files with 12 additions and 0 deletions
|
@ -610,6 +610,10 @@ Using the example above, the analagous pytestCheckHook usage would be:
|
|||
"download"
|
||||
"update"
|
||||
];
|
||||
|
||||
disabledTestFiles = [
|
||||
"tests/test_failing.py"
|
||||
];
|
||||
```
|
||||
|
||||
This is expecially useful when tests need to be conditionallydisabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue