question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, 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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

11reactions
sdispatercommented, Jun 16, 2018

For now, you can use poetry with tox by using something similar to what I did in pendulum: https://github.com/sdispater/pendulum/blob/master/tox.ini

1reaction
cs01commented, Jun 17, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found