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

Remove codecov from build #2337

Merged
merged 2 commits into from
Apr 13, 2023
Merged

Remove codecov from build #2337

merged 2 commits into from
Apr 13, 2023

Conversation

cyberw
Copy link
Collaborator

@cyberw cyberw commented Apr 13, 2023

They nuked the package from pypi, breaking thoustands of people's builds!

https://about.codecov.io/blog/message-regarding-the-pypi-package/

@cyberw cyberw merged commit 9c0337d into master Apr 13, 2023
18 checks passed
cyberw pushed a commit that referenced this pull request Apr 14, 2023
…up.cfg (PEP621) (#2336)

* Add PEP621 format toml file

Add PEP621 format toml file

* Add pep621_pyproject.toml

Add pep621_pyproject.toml

* This TOML file complies with PEP517 & PEP518 & PEP621

This link is for the PYPI package generated by this TOML file.

* https://pypi.org/project/locust-je-test-pep621/2.15.2.dev8/

I don't want to overwrite old pyproject.toml so i call this file pep621_pyproject.toml

* Remove duplicate zip_safe

Remove duplicate zip_safe

* Pull #2337 and add pep621 to pyproject.toml

Pull #2337 and add pep621 to pyproject.toml

* Remove duplicate setuptools_scm on build system requires & old pyproject

Remove duplicate setuptools_scm on build system requires & old pyproject

* Fix license text using license file too

from license = { file = "LICENSE"}
to license = { text = "MIT"}

because we have this options
license-files = ["LICENSE"]

* Delete setup.cfg & setup.py

Delete setup.cfg & setup.py

* Replace 'setup.cfg' with 'pyproject.toml'

Replace 'setup.cfg' with 'pyproject.toml'

* Replace rm -f dist/* && python3 setup.py sdist bdist_wheel to rm -f dist/* && python3 -m build .

Replace
rm -f dist/* && python3 setup.py sdist bdist_wheel
to
 rm -f dist/* && python3 -m build .

* Nuke examples\vagrant\vagrant.sh and add pip upgrade build on Makefile

Nuke examples\vagrant\vagrant.sh and
add pip upgrade build on Makefile
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.

None yet

1 participant