mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
Merge pull request #300044 from jab/fix/299933
python3Packages.bidict: overwrite bundled pytest.ini
This commit is contained in:
commit
49c65248fd
@ -36,12 +36,11 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
# Pass -c /dev/null so that pytest does not use the bundled pytest.ini, which adds
|
||||
# options to run additional integration tests that are overkill for our purposes.
|
||||
"-c"
|
||||
"/dev/null"
|
||||
];
|
||||
# Remove the bundled pytest.ini, which adds options to run additional integration
|
||||
# tests that are overkill for our purposes.
|
||||
preCheck = ''
|
||||
rm pytest.ini
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "bidict" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user