You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/gmpy/files/gmpy-2.1.0_beta5-test-input...

13 lines
436 B

diff --git a/test/runtests.py b/test/runtests.py
index 5e5842d..7d64e52 100644
--- a/test/runtests.py
+++ b/test/runtests.py
@@ -81,7 +81,6 @@ if sys.version.startswith('3.1.'):
print("with Python 3.1. The doctest module in Python 3.2 and later does not")
print("have this issue.")
print()
- input("Press ENTER to continue.. ")
print()
mpz_doctests = ["test_mpz_create.txt", "test_mpz.txt", "test_mpz_io.txt",