mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
python3Packages.roman-numerals: ignore pytest10 deprecations
This commit is contained in:
@@ -24,6 +24,10 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pytestFlags = [
|
||||
"-Wignore::pytest.PytestRemovedIn10Warning"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "roman_numerals" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user