nestorsalceda / mamba

The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
http://nestorsalceda.github.io/mamba
MIT License
518 stars 65 forks source link

fix compatibility issue with python 3.8.4, close #150 #151

Closed Krasjet closed 3 years ago

Krasjet commented 3 years ago

This patch should fix the compatibility issue with python 3.8.4. The fix comes from pytest-dev/pytest#7322.

Which issue(s) this PR fixes:

Refs #150

Krasjet commented 3 years ago

Note that the failure in nightly comes from another package. It has nothing to do with mamba itself.

nestorsalceda commented 3 years ago

Although is not working on nigthly, I'm going to merge this because is breaking a lot of flows.

Thank you very much!