I’m trying to run pytests without reading or writi...
# general
s
I’m trying to run pytests without reading or writing to the cache. Basically forcing all tests to run with every execution. I have tried adding:
Copy code
[cache.test.pytest]
cache_test_pytest_read: False
cache_test_pytest_write: False
to my pants.ini config but I am getting errors like this:
Copy code
19:10:16 [ERROR] Invalid option 'cache_test_pytest_write' under [cache.test.pytest] in /Users/briandesimone/workspace/talos/pants.ini
19:10:16 [ERROR] Invalid option 'no_cache_test_pytest_read' under [cache.test.pytest] in /Users/briandesimone/workspace/talos/pants.ini
timestamp: 2019-10-30T14:10:16.866302
Exception caught: (pants.option.config.ConfigValidationError) (backtrace omitted)
Exception message: Invalid config entries detected. See log for details on which entries to update or remove.