tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.pytomorrowio: disable failing test
Martin Weinelt
1 year ago
157d63ef
4d696551
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytomorrowio
default.nix
+5
pkgs/development/python-modules/pytomorrowio/default.nix
···
29
29
pytestCheckHook
30
30
];
31
31
32
32
+
disabledTests = [
33
33
+
# aiohttp 3.10.6 compat
34
34
+
"test_errors"
35
35
+
];
36
36
+
32
37
pythonImportsCheck = [ "pytomorrowio" ];
33
38
34
39
meta = {