tox support
See original GitHub issueHi, thanks for this awesome package. It look really promising.
Here’s my problem: I am using tox
and pyproject.toml
for my library.
When trying to use them together that’s what happens:
» tox
ERROR: No setup.py file found. The expected location is:
/Users/sobolev/Documents/github/mimesis-factory/setup.py
You can
1. Create one:
https://packaging.python.org/tutorials/distributing-packages/#setup-py
2. Configure tox to avoid running sdist:
http://tox.readthedocs.io/en/latest/example/general.html#avoiding-expensive-sdist
What is the recommended solution for this workflow?
The only thing that I do not want to do is returning to the old setup.py
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Tox Chat
Chat instantly across the globe with Tox's secure messages. Voice. Keep in touch with friends and family using Tox's completely free and encrypted...
Read more >Customer Service Helpline - Technical Support
Do you have a technical question or a problem with a TOX® product? Please call our service helpline for a prompt response with...
Read more >tox
tox is a generic virtual environment management and test command line tool you can use for: checking your package builds and installs correctly...
Read more >Tox Support | PyCharm Documentation - JetBrains
PyCharm integrates with tox and allows running tests in multiple environments. Configure tox. Download tox. Create a Python project.
Read more >Tox (protocol) - Wikipedia
Tox is a peer-to-peer instant-messaging and video-calling protocol that offers end-to-end ... Tox clients aim to provide support for various secure and anonymised ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For now, you can use
poetry
withtox
by using something similar to what I did inpendulum
: https://github.com/sdispater/pendulum/blob/master/tox.ini@valignatev this was suggested in https://github.com/sdispater/poetry/issues/191