Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix polluting site-packages with CHANGE.rst, LICENSE and pytest.ini files when package is installed #83

Open
dmugtasimov opened this issue Mar 3, 2021 · 0 comments

Comments

@dmugtasimov
Copy link
Contributor

(thenewboston-bank-r7f_GShq-py3.9) dmugtasimov@dmugtasimov-Latitude-E5550 ~/gitrep/thenewboston/Bank $ poetry add thenewboston==0.2.1

Updating dependencies
Resolving dependencies... (0.7s)

Package operations: 1 install, 0 updates, 0 removals

  • Installing thenewboston (0.2.1)

(thenewboston-bank-r7f_GShq-py3.9) dmugtasimov@dmugtasimov-Latitude-E5550 ~/gitrep/thenewboston/Bank $ pip uninstall thenewboston
Found existing installation: thenewboston 0.2.1
Uninstalling thenewboston-0.2.1:
  Would remove:
    /home/dmugtasimov/.virtualenvs/thenewboston-bank-r7f_GShq-py3.9/lib/python3.9/site-packages/CHANGE.rst
    /home/dmugtasimov/.virtualenvs/thenewboston-bank-r7f_GShq-py3.9/lib/python3.9/site-packages/LICENSE
    /home/dmugtasimov/.virtualenvs/thenewboston-bank-r7f_GShq-py3.9/lib/python3.9/site-packages/pytest.ini
    /home/dmugtasimov/.virtualenvs/thenewboston-bank-r7f_GShq-py3.9/lib/python3.9/site-packages/thenewboston-0.2.1.dist-info/*
    /home/dmugtasimov/.virtualenvs/thenewboston-bank-r7f_GShq-py3.9/lib/python3.9/site-packages/thenewboston/*
Proceed (y/n)? n

(thenewboston-bank-r7f_GShq-py3.9) dmugtasimov@dmugtasimov-Latitude-E5550 ~/gitrep/thenewboston/Bank $ cat /home/dmugtasimov/.virtualenvs/thenewboston-bank-r7f_GShq-py3.9/lib/python3.9/site-packages/pytest.ini
# TODO(dmu) LOW: Consider moving pytest configuration to `pyproject.toml`
[pytest]
python_files = tests/*.py
norecursedirs = .* .git *.egg build dist tmp* node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant