<@U07A47275>: I'm running tests in our repo and ou...
# announce
a
@mammoth-pharmacist-54215: I'm running tests in our repo and our plugin tests are failing with:
Copy code
.pants.d/python-setup/chroots/9159e14c89eff5cf13901afeb2c8d8339a27c0e3/.deps/pantsbuild.pants.testinfra-1.1.0_rc0-py2-none-any.whl/pants_test/base_test.py:181: TypeError
                     _________ ThirdpartyDataTest.test_unsafe _________
                     .pants.d/python-setup/chroots/9159e14c89eff5cf13901afeb2c8d8339a27c0e3/.deps/pantsbuild.pants.testinfra-1.1.0_rc0-py2-none-any.whl/pants_test/tasks/task_test_base.py:84: in setUp
                         super(TaskTestBase, self).setUp()
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     
                     self = <squarepants_test.plugins.test_thirdparty_data.ThirdpartyDataTest testMethod=test_unsafe>
                     
                         def setUp(self):
                           """
                             :API: public
                             """
                           super(BaseTest, self).setUp()
                           # Avoid resetting the Runtracker here, as that is specific to fork'd process cleanup.
                     >     clean_global_runtime_state(reset_runtracker=False, reset_subsystem=True)
                     E     TypeError: clean_global_runtime_state() takes no arguments (2 given)