Skip to content

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

Istvan91 added 4 commits July 23, 2021 10:21
- rewrite github workflows to use python poetry
- remove travis
- update pyproject and poetry.lock
- remove setup.py and requirements.txt

[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.

3 participants