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

Adapt to tox 4 #360

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Adapt to tox 4 #360

wants to merge 1 commit into from

Conversation

kajinamit
Copy link
Contributor

@kajinamit kajinamit commented Jan 29, 2024

It seems tox 4 does not install console scripts wen skipsdist = True is set. This removes the option so that we can use the stestr command in tests.

Also, the allowlist_externals option was added in tox 3.18.0 so the minimum version should be fixed accordingly.

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3862766) 61.95% compared to head (238aee8) 61.95%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #360   +/-   ##
=======================================
  Coverage   61.95%   61.95%           
=======================================
  Files          30       30           
  Lines        2618     2618           
  Branches      426      426           
=======================================
  Hits         1622     1622           
  Misses        877      877           
  Partials      119      119           
Flag Coverage Δ
unittests 61.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

It seems tox 4 does not install console scripts wen skipsdist = True is
set. This removes the option so that we can use the stestr command in
tests.

Also, the allowlist_externals option was added in tox 3.18.0 so
the minimum version should be fixed accordingly.
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.

1 participant