Commit 3edc5d6e authored by Tim Peters's avatar Tim Peters

None of the tests ran, but this was shallow -- setup.py hadn't been

taught about the new "transaction" package.
parent a54e7bb3
......@@ -127,6 +127,7 @@ packages = ["BTrees", "BTrees.tests",
"ZODB", "ZODB.FileStorage", "ZODB.tests",
"Persistence", "Persistence.tests",
"persistent", "persistent.tests",
"transaction", "transaction.tests",
"ThreadedAsync",
"zLOG", "zLOG.tests",
"zdaemon", "zdaemon.tests",
......@@ -159,6 +160,7 @@ def copy_other_files(cmd, outputbase):
# into a package just like .py files.
extensions = ["*.conf", "*.xml", "*.txt", "*.sh"]
for dir in [
"transaction",
"persistent/tests",
"ZConfig/components/basic",
"ZConfig/components/logger",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment