File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ test-light:
6464 @pytest -vx -rs --cov=backpack . -k " not test_memory_leak"
6565
6666test-no-gpu :
67- @pytest -k " not cuda and test_memory_leak" -vx -rs --run-optional-tests=montecarlo --cov=backpack .
68- @pytest -k " not cuda and not test_memory_leak" -vx -rs --run-optional-tests=montecarlo --cov=backpack .
67+ @pytest -k " ( not cuda) and test_memory_leak" -vx -rs --run-optional-tests=montecarlo --cov=backpack .
68+ @pytest -k " ( not cuda) and ( not test_memory_leak) " -vx -rs --run-optional-tests=montecarlo --cov=backpack .
6969
7070test-light-no-gpu :
71- @pytest -k " not cuda and test_memory_leak" -vx -rs --cov=backpack .
72- @pytest -k " not cuda and not test_memory_leak" -vx -rs --cov=backpack .
71+ @pytest -k " ( not cuda) and test_memory_leak" -vx -rs --cov=backpack .
72+ @pytest -k " ( not cuda) and ( not test_memory_leak) " -vx -rs --cov=backpack .
7373
7474# ##
7575# Linter and autoformatter
You can’t perform that action at this time.
0 commit comments