python3Packages.pytest-mock: ignore pytest5 specific test

This commit is contained in:
Jonathan Ringer 2020-08-16 12:58:27 -07:00
parent e7ab21bdaf
commit 4e1b2ec50a
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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; {