python3Packages.pytest-mock: ignore pytest5 specific test
This commit is contained in:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user