Hmmmm.... ```python_tests( name="tests", t...
# general
b
Hmmmm....
Copy code
python_tests(
    name="tests",
    tags=["manual_test"],
)
Copy code
./pants --tag='-manual_test' test path/to/tests/:
Seems to run the tests