testing-cabal / mock

The Python mock library

Home Page:https://docs.python.org/dev/library/unittest.mock.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drop pbr in favour of simple setup.py/setup.cfg

jakirkham opened this issue · comments

Appears there is a link committed at docs/changelog.txt. Should this be dropped or replaced with something. Would add this causes pip install to fail on Windows Python 2.7.

ref: https://ci.appveyor.com/project/conda-forge/mock-feedstock/builds/22603672/job/iy9k6vq2y17loj3h

I have a feeling there's some automation that generates this file, it confused me when I first looked at it too... #442 may also be related.

Yep, it's pbr, which seems to cause more confusion than it's automation saves.
I'm planning on removing it in favour of a simple setup.py/setup.cfg.

pbr is now gone, if there are problems in conda once 3.0.0 is out, please let me know!

Thanks for your help @cjw296 !