Update test dependencies (tox v4) by DenverCoder1 · Pull Request #953 · python-babel/babel

@DenverCoder1

@DenverCoder1

akx

akx requested changes Jan 20, 2023

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'

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.

@codecov

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

@DenverCoder1

akx

akx approved these changes Jan 20, 2023

@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!