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.

deprecate setup.cfg support

See original GitHub issue

#3062 demonstrates that its not a sustainable option to hijack config files that will be parsed using a different parser

we should deprecate setup.cfg usage and unless someone comes up with a sustainable option to support it, drop it

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
RonnyPfannschmidtcommented, May 31, 2018

@blueyed feel free to make a pr implementing that

im going to deprecate it as i dont have the time and motivation and its currently broken in strange ways - im happy to keep it if somebody comes up with a reasonably correct way to have pytest config in setup.cfg that is not completely mindboogling

however also keep in mind that pyproject.toml is upcoming, already standardized and very likely a much saner migration target

2reactions
nicoddemuscommented, Sep 21, 2018

My bad guys. I’ve changed the title to what I think better conveys the purpose of the issue then, let me know if it’s not good yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Eventually deprecate `setup.cfg` with automatic conversion to ...
The current documentation regarding `pyproject. toml` claims that support for using it to specify package metadata and build configuration ...
Read more >
Is `setup.cfg` deprecated? - python - Stack Overflow
Nope, setup.cfg it is not deprecated and the documentation you mention is misleading. There were ...
Read more >
Configuring setuptools using setup.cfg files
The find_namespace: directive is supported since Python >=3.3. [5]. data_files is deprecated and should be avoided. Please check Data Files ...
Read more >
Why you shouldn't invoke setup.py directly - Paul Ganssle
The setuptools project has stopped maintaining all direct invocations of setup.py years ago, and distutils is deprecated. · Direct invocations of ...
Read more >
Doesn't my project need a setup.py or setup.cfg file?
The landscape of Python packaging is shifting and Setuptools has evolved to only provide backend support, no longer being the de-facto packaging tool...
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