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

Remove py module #211

Merged
merged 2 commits into from
Feb 8, 2023
Merged

Remove py module #211

merged 2 commits into from
Feb 8, 2023

Conversation

styamamoto
Copy link
Contributor

This pull request removes py module from aiaccel for security warning.

For this,

  • pytest-pycodestyle and pytest-flake8 as well as py are removed from requirements.
  • Pycodestyle Test and Flake8 Test in the GitHub Actions are modified to use pycodestyle and flake8 themselves, respectively.
  • Additionally, version limits for pycodestyle and flake8 are also removed.
    This might resolve discussion in Use the latest Flake8 after pytest-flake8's bug is fixed. #27. Please confirm this and close this issue if the case.

@@ -52,7 +52,7 @@ jobs:
pytest -v tests/resumption/sphere/test_sphere_tpe_resumption.py
pytest -v tests/resumption/sphere/test_sphere_nelder_mead_resumption.py

- name: Newly Test
- name: Supplemental Test
Copy link
Collaborator

Choose a reason for hiding this comment

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

@yoshipon yoshipon merged commit 55029ff into main Feb 8, 2023
@yoshipon yoshipon deleted the feature/fix-setup.py branch February 8, 2023 05:39
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