We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d51aa commit b1adeb7Copy full SHA for b1adeb7
1 file changed
pkgs/development/python-modules/viser/default.nix
@@ -160,6 +160,10 @@ buildPythonPackage (finalAttrs: {
160
# assert 0 != 0
161
# (only when xdist)
162
"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"
167
];
168
169
pythonImportsCheck = [
0 commit comments