-
Notifications
You must be signed in to change notification settings - Fork 8
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
help to package tox-current-env on Debian #70
Comments
Hello. Don't remove anything, run only the tox environment you are able to run, i.e. py311-tox4. |
Thanks for your reply.
|
I think I find your method, thanks |
Run:
|
Thanks! it works! BTW, |
I've opened #71 |
Hi!
There is RFP(Request for package) on Debian . So I am trying to package it.
Packaging it like others python package, but I am stuck in tests here.
First, what is right step to run tests? I just run
tox
in d/rules from hereIt should work. But I am confused how to explain the results:
The specially failed log is here
yes, here only py311-tox4 was built ok, like py311-tox324 and py311-tox3
was built failed due to the same test failed.
The current Debain sid env is : python-3.11,
tox-4.11. So there is only one tox and python3 to test, like tox's goal.
So can I remove test_integration_tox3.py here? because Debian python team request a
test successfully for new package. In fact, this is my first time to touch tox plugin module,
if i am wrong somewhere, please let me know.
Thanks.
The text was updated successfully, but these errors were encountered: