Closed gpshead closed 2 years ago
This line https://github.com/alexmojaki/snoop/blob/v0.4.1/tests/test_snoop.py#L26 isn't safe to do to Python.
tox -e py39 hangs when it should be exiting pytest as a result.
tox -e py39
Any of the tests/sample_results/ files containing a thread id need to be pre-processed to insert the actual live thread id from the test instead if you want to do == comparisons on them
Thank you, I didn't even realise I had a failing build badge! Fixed in https://github.com/alexmojaki/snoop/commit/16f32ce5ff6693d5153b465ed12ae994f44bdc00
This line https://github.com/alexmojaki/snoop/blob/v0.4.1/tests/test_snoop.py#L26 isn't safe to do to Python.
tox -e py39
hangs when it should be exiting pytest as a result.Any of the tests/sample_results/ files containing a thread id need to be pre-processed to insert the actual live thread id from the test instead if you want to do == comparisons on them