FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Drop Py2.6 in tox by code-of-kpp · Pull Request #64 · python-smpplib/python-smpplib · GitHub

Drop Py2.6 in tox - #64

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

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

Conversation

Copy link
Copy Markdown
Member

No description provided.

Comment thread tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py34, py35, py36, py37
envlist = py27, py34, py35, py36, py37, pypy,pypy3

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

🎉

Copy link
Copy Markdown
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

Copy link
Copy Markdown
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

Copy link
Copy Markdown
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 commented Nov 3, 2019

Copy link
Copy Markdown
Collaborator

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

Copy link
Copy Markdown
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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL