mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 00:43:24 +00:00
python310Packages.dacite: re-enable test
This commit is contained in:
parent
1bd7c66e64
commit
f0e6dd2e83
@ -24,11 +24,6 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = lib.optionals (pythonAtLeast "3.10") [
|
|
||||||
# https://github.com/konradhalas/dacite/issues/167
|
|
||||||
"test_from_dict_with_union_and_wrong_data"
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"dacite"
|
"dacite"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user