mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #166307 from SuperSandro2000/pytest-relaxed
This commit is contained in:
commit
409b34f581
2 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,8 @@ buildPythonPackage rec {
|
|||
|
||||
# with python 3.9.6+, the deprecation warnings will fail the test suite
|
||||
# see: https://github.com/pyinvoke/invoke/issues/829
|
||||
# pytest-relaxed does not work with pytest 6
|
||||
# see: https://github.com/bitprophet/pytest-relaxed/issues/12
|
||||
doCheck = false;
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
|
@ -38,5 +38,7 @@ buildPythonPackage rec {
|
|||
description = "Relaxed test discovery/organization for pytest";
|
||||
license = licenses.bsd0;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
# see https://github.com/bitprophet/pytest-relaxed/issues/12
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue