mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
python3Packages.pyreqwest: disable failing tests
This commit is contained in:
@@ -58,6 +58,12 @@ buildPythonPackage (finalAttrs: {
|
||||
yarl
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# snapshot has different dict key ordering
|
||||
"test_assert_called_exact_count_failure"
|
||||
"test_assert_called_regex_matchers_display"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# requires a running Docker daemon
|
||||
"tests/test_examples.py"
|
||||
|
||||
Reference in New Issue
Block a user