python3Packages.icontract: Enable more tests

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-08-29 22:27:54 +02:00
parent ee27ae199e
commit 6ca6ce1f9d
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -15,6 +15,7 @@
, astor
, numpy
, asyncstdlib
, deal
}:
buildPythonPackage rec {
@ -55,12 +56,10 @@ buildPythonPackage rec {
astor
numpy
asyncstdlib
deal
];
disabledTestPaths = [
# needs an old version of deal to comply with the tests
# see https://github.com/Parquery/icontract/issues/244
"tests_with_others/test_deal.py"
# mypy decorator checks don't pass. For some reaseon mypy
# doesn't check the python file provided in the test.
"tests/test_mypy_decorators.py"