Skip to content

Commit b1adeb7

Browse files
committed
python3Packages.viser: just one more disabled test
1 parent 82d51aa commit b1adeb7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkgs/development/python-modules/viser/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ buildPythonPackage (finalAttrs: {
160160
# assert 0 != 0
161161
# (only when xdist)
162162
"test_server_port_is_freed"
163+
164+
# counts ffmpeg pids, can be confused when
165+
# building multiple times this package in parallel
166+
"test_process_termination"
163167
];
164168

165169
pythonImportsCheck = [

0 commit comments

Comments
 (0)