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

Update test dependencies (tox v4) #953

Merged
merged 2 commits into from
Jan 20, 2023

Conversation

DenverCoder1
Copy link
Contributor

Since tox-gh-actions has a stable release supporting tox v4, both dependencies can be updated.

To test with tox v4, whitelist_externals needs to be replaced with allowlist_externals.

Also updates codecov/codecov-action from v2 to v3.

@@ -40,11 +40,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
python -m pip install 'tox~=4.0' 'tox-gh-actions~=3.0'
Copy link
Member

Choose a reason for hiding this comment

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

Can you actually switch us to the first-party tox-dev/tox-gh instead?

Just requires changing [gh-actions] to [gh] in the ini file.

@akx akx added this to the Babel 2.12 milestone Jan 20, 2023
@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #953 (c714ad0) into master (304ef12) will increase coverage by 0.30%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #953      +/-   ##
==========================================
+ Coverage   90.18%   90.48%   +0.30%     
==========================================
  Files          24       24              
  Lines        4391     4393       +2     
==========================================
+ Hits         3960     3975      +15     
+ Misses        431      418      -13     
Impacted Files Coverage Δ
babel/messages/catalog.py 95.52% <0.00%> (+0.02%) ⬆️
babel/localedata.py 95.96% <0.00%> (+0.80%) ⬆️
babel/dates.py 84.97% <0.00%> (+0.94%) ⬆️
babel/localtime/_helpers.py 61.53% <0.00%> (+19.23%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@akx akx left a comment

Choose a reason for hiding this comment

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

Excellent, thanks!

@akx akx merged commit 61be9dc into python-babel:master Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants