Merge pull request #166307 from SuperSandro2000/pytest-relaxed

This commit is contained in:
Sandro 2022-03-30 03:13:22 +02:00 committed by GitHub
commit 409b34f581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -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 = [

View file

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