Skip to content

Remove requirements-parser and tomli from core requirements #3948

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

Merged
merged 17 commits into from
Jan 23, 2023
Merged

Conversation

gsheni
Copy link
Contributor

@gsheni gsheni commented Jan 20, 2023

No description provided.

@gsheni gsheni self-assigned this Jan 20, 2023
@@ -25,12 +25,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Install Dependencies
run: |
pip install virtualenv
Copy link
Contributor Author

Choose a reason for hiding this comment

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

virtualenv are unnecessary for CI environments.

@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #3948 (b38c2c9) into main (078712a) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #3948   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        347     347           
  Lines      36755   36755           
=====================================
  Hits       36625   36625           
  Misses       130     130           
Impacted Files Coverage Δ
evalml/tests/utils_tests/test_cli_utils.py 100.0% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -155,12 +155,13 @@ select = [
# isort
"I001"
]
ignore = ["E501", "D107"]
ignore = ["E501", "D107", "D401"]
src = ["evalml"]

[tool.ruff.per-file-ignores]
"__init__.py" = ["E402", "F401", "I001", "E501"]
"evalml/tests/**" = ["D"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

D means to check for pydocstyle (Python docstring conventions)
This makes it ignore docstrings in these directories.

@gsheni gsheni marked this pull request as ready for review January 20, 2023 20:17
@gsheni gsheni requested a review from a team January 20, 2023 20:19
@chukarsten chukarsten merged commit 334e841 into main Jan 23, 2023
@chukarsten chukarsten deleted the fix_tomli branch January 23, 2023 17:46
@chukarsten chukarsten mentioned this pull request Jan 25, 2023
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