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