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

AppVeyor: Python 2.7, 3.6, 3.8, and 3.10 #130

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 21, 2022

Closes #98
Closes #132

https://www.appveyor.com/docs/lang/python

Replace nosetest with pytest. For pytest discovery, git mv test tests

Failing tests in #131 and #132

@cclauss cclauss changed the title AppVeyor: Python 2.7, 3.6, 3.8, 3.10 AppVeyor: Python 2.7, 3.6, 3.7, and 3.8 Sep 21, 2022
@cclauss cclauss changed the title AppVeyor: Python 2.7, 3.6, 3.7, and 3.8 AppVeyor: Add Python 3.8 to the testing Sep 21, 2022
@cclauss cclauss changed the title AppVeyor: Add Python 3.8 to the testing AppVeyor: Add Python 3.10 to the testing Sep 21, 2022
@cclauss cclauss changed the title AppVeyor: Add Python 3.10 to the testing AppVeyor: Python 2.7, 3.6, 3.7, 3.8, 3.9, and 3.10 Sep 21, 2022
appveyor.yml Show resolved Hide resolved
appveyor.yml Outdated
test_script:
- '"%PYTHON%\Scripts\nosetests"'
- '"%PYTHON%\Scripts\pytest" test --ignore=test/arm/test_arm.py --ignore=test/x86_64/test_load.py'
Copy link
Owner

Choose a reason for hiding this comment

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

Why is test_load skipped?

Copy link
Contributor Author

@cclauss cclauss Sep 22, 2022

Choose a reason for hiding this comment

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

Failing tests in #131 and #132

FAILED tests/arm/test_arm.py::TestARM::runTest - NameError: name 'ABI' is not defined
FAILED tests/x86_64/test_load.py::LoadAsm::runTest - TypeError: None is not an ABI object

Copy link
Contributor Author

@cclauss cclauss Sep 22, 2022

Choose a reason for hiding this comment

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

Fixed test_load. See #132

@cclauss cclauss changed the title AppVeyor: Python 2.7, 3.6, 3.7, 3.8, 3.9, and 3.10 AppVeyor: Python 2.7, 3.6, 3.8, and 3.10 Sep 22, 2022
@cclauss
Copy link
Contributor Author

cclauss commented Sep 26, 2022

@Maratyszcza Was there more required on this one?

@Maratyszcza Maratyszcza merged commit 21814ac into Maratyszcza:master Sep 27, 2022
@Maratyszcza
Copy link
Owner

Thank you, merged!

@cclauss cclauss deleted the patch-2 branch September 27, 2022 19:27
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.

pytest tests/x86_64/test_load.py is failing
2 participants