tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
800 stars 54 forks source link

Safety report for coverage < 6.0b1 #168

Closed theoden-dd closed 2 years ago

theoden-dd commented 2 years ago

For security reasons please update the plugin to be compatible with coverage ^6.0.

The current limitation for coverage <6 makes it impossible to satisfy the safety requirement which is cited below.

Since the august update safety reports the following:

+============================+===========+==========================+==========+
| coverage                   | 5.3       | <6.0b1                   | 41002    |
+==============================================================================+
| Coverage 6.0b1 starts to use a modern hash algorithm (sha256) when           |
| fingerprinting for high-security environments.                               |
+==============================================================================+
tarpas commented 2 years ago

Compatibility with coverage 6+ has been released with pytest-testmon v1.1.2 .