Skip to content

Drop Py2.6 in tox#64

Open
code-of-kpp wants to merge 1 commit intomasterfrom
drop-py26-in-tox
Open

Drop Py2.6 in tox#64
code-of-kpp wants to merge 1 commit intomasterfrom
drop-py26-in-tox

Conversation

@code-of-kpp
Copy link
Member

No description provided.

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py34, py35, py36, py37
envlist = py27, py34, py35, py36, py37, pypy,pypy3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@eigenein
Copy link
Collaborator

Seems it installs 3.3 for pypy.

wheel requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.5

@code-of-kpp
Copy link
Member Author

It's a bit more complicated. So CPython builds success as well as PyPy3 build, but environment for PyPy (2) fails to set up.
I think we need another tox image or another layout i.e. using different images for different python versions. Or maybe open a ticket at https://github.com/themattrix/docker-tox

@eigenein
Copy link
Collaborator

Looks like it sets up 3.3 for PyPy (2) build.

Could we maybe remove it from tox.ini for now? At least we'll have some checks until we fix that.

@eigenein
Copy link
Collaborator

eigenein commented Nov 3, 2019

@podshumok Bump! Shall we just drop py26 for now and add pypy and pypy3 separately?

@code-of-kpp
Copy link
Member Author

Well, we don't actually use it in CI so we can either kill it all or just change tox config to anything we find useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants