isidentical / teyit

Formatter for your Python unit tests
MIT License
104 stars 7 forks source link

pip install teyit #3

Closed cleder closed 3 years ago

cleder commented 3 years ago

Trying to install teyit from pypi:

pip install teyit 
ERROR: Could not find a version that satisfies the requirement teyit (from versions: none)
ERROR: No matching distribution found for teyit
isidentical commented 3 years ago

Teyit is only available for python3.9+. Could you confirm your python (python -v) version?

cleder commented 3 years ago

OK that explains it I tried on 3.8

isidentical commented 3 years ago

If i could find some time, i might port this to 3.7+ though pretty busy right now.

cleder commented 3 years ago

YAGNI, I would not invest time into that. I can confirm it works fine with python 3.9

cleder commented 3 years ago

I would mention it in the Readme though, just not to have to answer this question again. I added teyit to https://github.com/cleder/awesome-python-testing

isidentical commented 3 years ago

Good idea, thanks!