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

Replace setup.py in favor of pyproject.toml #173

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

andruten
Copy link
Member

@andruten andruten commented Oct 16, 2023

Fixed the warning displayed during tests

$ python setup.py test
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing django_revproxy.egg-info/PKG-INFO
writing dependency_links to django_revproxy.egg-info/dependency_links.txt
writing requirements to django_revproxy.egg-info/requires.txt
writing top-level names to django_revproxy.egg-info/top_level.txt
reading manifest file 'django_revproxy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'django_revproxy.egg-info/SOURCES.txt'
running build_ext
Found 93 test(s).
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
.............................................................................................
----------------------------------------------------------------------
Ran 93 tests in 2.619s

OK
Destroying test database for alias 'default'...
  • Contributed pyproject.toml file
  • Fixed django 3.x pipelines.
  • Adapted tests

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #173 (8e0ec9d) into master (d0099ea) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   98.53%   98.53%           
=======================================
  Files           7        7           
  Lines         410      410           
  Branches       70       70           
=======================================
  Hits          404      404           
  Misses          3        3           
  Partials        3        3           

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

@andruten andruten merged commit e76a7b4 into jazzband:master Oct 16, 2023
8 checks passed
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