mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
tests: change test-with-fake-pkg to exercise a test suite which actually requires pycryptopp, thus making this a better test which can detect ill-installed pycryptopp
This commit is contained in:
parent
93dc740f01
commit
bc396b53ab
@ -16,7 +16,7 @@ import glob, os, subprocess, sys
|
||||
fakepkgdir = 'misc/build_helpers/fakepkgs'
|
||||
fakepkgname = "pycryptopp"
|
||||
fakepkgversion = "0.5.13"
|
||||
testsuite = "allmydata.test.test_base62"
|
||||
testsuite = "allmydata.test.test_backupdb"
|
||||
|
||||
pkgdirname = os.path.join(os.getcwd(), fakepkgdir, '%s-%s.egg' % (fakepkgname, fakepkgversion))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user