mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
24ed8431b2
So use 'tox -e check-memory' instead of 'make check-memory'. The tox version will create a virtualenv and install tahoe for you before running the tests, removing one use of the 'tahoe @FILENAME' hack (which was used to run a python file with a PYTHONPATH set to import tahoe's dependencies).
39 lines
523 B
Plaintext
39 lines
523 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*~
|
|
*.DS_Store
|
|
.*.kate-swp
|
|
|
|
/build/
|
|
/support/
|
|
|
|
# these are generated at build time, and never checked in
|
|
/src/allmydata/_version.py
|
|
/src/allmydata/_appname.py
|
|
|
|
# these are generated too
|
|
/bin/tahoe
|
|
/bin/tahoe.pyscript
|
|
/bin/tahoe-script.py
|
|
|
|
/.built
|
|
/src/allmydata_tahoe.egg-info/
|
|
Twisted-*.egg
|
|
zope.interface-*.egg
|
|
.pc
|
|
|
|
/_trial_temp*
|
|
/_test_memory/
|
|
/tmp*
|
|
/*.patch
|
|
/dist/
|
|
/twisted/plugins/dropin.cache
|
|
/tahoe-deps/
|
|
/tahoe-deps.tar.gz
|
|
/.coverage
|
|
/.coverage.el
|
|
/coverage-html/
|
|
/miscaptures.txt
|
|
/violations.txt
|
|
/.tox/
|