aloof-airline-74337
04/11/2024, 8:50 PMhappy-kitchen-89482
04/11/2024, 9:18 PMhappy-kitchen-89482
04/11/2024, 9:19 PMhappy-kitchen-89482
04/11/2024, 9:19 PMpants test to run this other test runner everywhere it would normally run pytest? Or do they both need to work concurrently (presumably on different targets)?aloof-airline-74337
04/11/2024, 9:20 PMpants test invoking nose would be idealhappy-kitchen-89482
04/11/2024, 11:22 PMnose_tests target that pytest naturally ignores, and a new nose rule would act on. Then transitioning a test from one to the other would just be a matter of changing the target type.aloof-airline-74337
04/12/2024, 5:56 AMaloof-airline-74337
04/16/2024, 6:37 AM23:35:41.79 [INFO] Initializing scheduler...
23:35:43.86 [INFO] Scheduler initialized.
23:35:43.94 [WARN] No applicable files or targets matched. The `test` goal works with these target types:
* python_test
However, you only specified file arguments with these target types:
* nose_test
Please specify relevant file and/or target arguments. Run `pants --filter-target-type=python_test list ::` to find all applicable targets in your project, or run `pants --filter-target-type=python_test filedeps ::` to find all applicable files.
On a successive invocation following immediately after the one that causes the above, I get no output and a 0 exit code. For context I'm running on NixOS and am constructing an FHS-compliant user environment to allow the python-build-standalone binaries to run. Any ideas on how to debug?