Skip to content
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

WIP: use python poetry for distribution #158

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Istvan91
Copy link
Collaborator

  • rewrite github workflows to use python poetry
  • remove travis
  • update pyproject and poetry.lock
  • remove setup.py and requirements.txt

- rewrite github workflows to use python poetry
- remove travis
- update pyproject and poetry.lock
- remove setup.py and requirements.txt
@@ -37,4 +37,6 @@ six = "^1.15.0"
netaddr = "^0.8"

[tool.poetry.dev-dependencies]
nose = "^0.10.0b1"
nose = "^1.3"
Copy link
Contributor

@mweinelt mweinelt Jul 12, 2022

Choose a reason for hiding this comment

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

Please kill nosetests with fire. It is native python2 code and used 2to3 in setuptools to work on Python3, which setuptools drop in 58.0.

The tests were updated to run using the unittest module. There is no hard dependency on nose anyway.

@GIC-de GIC-de force-pushed the master branch 2 times, most recently from f028133 to 5300091 Compare July 13, 2022 12:23
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.

None yet

2 participants