Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include HOWTORELEASE.rst
include tox.ini
include setup.py

include .coveragerc

include plugin-test.sh
include requirements-docs.txt
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I wonder if we should remove those scripts as well? They all seem to be part of a release/testing workflow which is no longer true:

  • plugin-test.sh: test a bunch of plugins located in parent directories using current pytest;
  • requirements-docs.txt: we should advertise using tox -e docs instead.
  • runtox.py: runs tox while pointing to @hpk42 index... it probably made sense when py and pytest release were really tied together, but now I don't think it makes sense.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All I can say is that I never used them 😉

include runtox.py
Expand All @@ -21,12 +19,12 @@ recursive-include extra *.py
graft testing
graft doc

exclude _pytest/impl

graft _pytest/vendored_packages

recursive-exclude * *.pyc *.pyo
recursive-exclude testing/.hypothesis *
recursive-exclude testing/freeze/~ *
recursive-exclude testing/freeze/build *
recursive-exclude testing/freeze/dist *

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this the same as doing graft testing/.hypothesis etc.?


exclude appveyor/install.ps1
exclude appveyor.yml
exclude appveyor