python3Packages.pytest-mock: ignore pytest5 specific test
This commit is contained in:
parent
e7ab21bdaf
commit
4e1b2ec50a
@ -27,8 +27,9 @@ buildPythonPackage rec {
|
||||
pytest
|
||||
];
|
||||
|
||||
# ignore test which only works with pytest5 output structure
|
||||
checkPhase = ''
|
||||
pytest
|
||||
pytest -k 'not detailed_introspection_async'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user