python310Packages.dacite: re-enable test

This commit is contained in:
Fabian Affolter 2022-12-24 12:15:38 +01:00 committed by GitHub
parent 1bd7c66e64
commit f0e6dd2e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals (pythonAtLeast "3.10") [
# https://github.com/konradhalas/dacite/issues/167
"test_from_dict_with_union_and_wrong_data"
];
pythonImportsCheck = [
"dacite"
];