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

Fix tox testing #124

Merged
merged 4 commits into from
Mar 11, 2023
Merged

Fix tox testing #124

merged 4 commits into from
Mar 11, 2023

Conversation

kytta
Copy link
Member

@kytta kytta commented Mar 11, 2023

In tox v4, skipdist together with usedevelop do not work: tox-dev/tox#2730

I do not understand why we use both options, since we do not lint the
code with tox (or similar), so we actually need to install the package
every time.

Closes #123

In tox v4, "skipdist" together with "usedevelop" do not work:
tox-dev/tox#2730

I do not understand why we use both options, since we do not lint the
code with tox (or similar), so we actually need to install the package
every time.

Closes #123
Django `main` stopped supporting Python 3.8 and 3.9
@kytta kytta self-assigned this Mar 11, 2023
@codecov
Copy link

codecov bot commented Mar 11, 2023

Codecov Report

Merging #124 (fe0c2c7) into master (1b7c6c7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   90.03%   90.03%           
=======================================
  Files           5        5           
  Lines         311      311           
  Branches       73       73           
=======================================
  Hits          280      280           
  Misses         15       15           
  Partials       16       16           

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

@kytta kytta merged commit cd2c8c7 into master Mar 11, 2023
@kytta kytta deleted the tox-4 branch March 11, 2023 23:12
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.

tox doesn't install simple_menu in GH Actions
1 participant