fedora-python / tox-current-env

tox plugin to run tests in current Python environment
https://pypi.org/project/tox-current-env/
MIT License
23 stars 8 forks source link

Small incompatibility with tox 4.1.2 #63

Closed frenzymadness closed 1 year ago

frenzymadness commented 1 year ago

See: https://github.com/tox-dev/tox/commit/a3d3ec042d38195392841a9112911c2bde3587d1

tox now runs pip freeze if running in CI is detected. The problem is that our dummy installer here does not have installed method.

We can either:

I'm not sure what is the best way forward in regard to the maintenance burden.

There is only one package in Fedora where this is an issue: https://src.fedoraproject.org/rpms/python-tornado/blob/rawhide/f/python-tornado.spec#_58

hroncok commented 1 year ago

See also https://github.com/fedora-python/tox-current-env/pull/32