AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 20 forks source link

pytest warnings corrected #135

Closed jolly-fellow closed 1 year ago

jolly-fellow commented 1 year ago

Corrected the following warnings: tests/test_antler_proj.py:53:10: W1510: 'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check) tests/test_antler_proj.py:59:10: W1510: 'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check) tests/test_antler_proj.py:75:10: W1510: 'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check) tests/test_antler_proj.py:80:10: W1510: 'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check) tests/test_antler_proj.py:21:0: W0611: Unused import glob (unused-import)