-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a fully locked test environment #1349
base: main
Are you sure you want to change the base?
Conversation
OK, problem number 2 is that we don't have That's a) a bummer because it's nice to test actual wheels, but also b) too much work to work around right now, so I'll get back to it later. |
Problem number 2 has been fixed in tox-uv 1.13! https://github.com/tox-dev/tox-uv/releases/tag/1.13.0 |
d6fa02f
to
c66aba9
Compare
c34e7ee
to
49b9a17
Compare
aa0551d
to
f97daed
Compare
b9a2857
to
55ad44f
Compare
hrhm the failure on 3.8 is AFAICT caused by the fact that tox-uv dropped 3.8 and the older tox-uv versions have no support for groups. Well, let's see how long it take uv to fix the dynamic version problem. |
This is currently more of an open experiment to find out what's missing in uv for FOSS projects.
The first obvious problem is that it locks the local version of the package that changes after every commit (so we can have Test PyPI uploads).