Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r76717:b506da49b72e
Date: 2015-04-05 12:03 +0200
http://bitbucket.org/pypy/pypy/changeset/b506da49b72e/

Log:    remove unmaintained files of no use to us (as far as I know)

diff --git a/.tddium.requirements.txt b/.tddium.requirements.txt
deleted file mode 100644
--- a/.tddium.requirements.txt
+++ /dev/null
@@ -1,1 +0,0 @@
-pytest
diff --git a/tddium.yml b/tddium.yml
deleted file mode 100644
--- a/tddium.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-tddium:
- timeout: 1800
- python:
-  python_version: 2.7
-  pip_requirements_file: .tddium.requirements.txt  # will go away soon
- tests:
-  - type: pytest
-    mode: parallel
-    files:
-     - pypy/**/test_*.py
-     - rpython/**/test_*.py
-     - exclude: pypy/module/test_lib_pypy/ctypes_tests/** # don't run in 
CPython
-     - exclude: rpython/jit/backend/llvm/** # bitrotted AFAICT
-     # and things requiring a fix in Tddium, omitted to avoid confusion:
-     - exclude: rpython/rlib/unicodedata/test/test_ucd.py # need wide build
-     - exclude: rpython/rlib/test/test_runicode.py # need wide build
-     - exclude: rpython/rlib/test/test_rsocket.py # not clear why fails
-     - exclude: pypy/module/cpyext/test/** # multiple failures due to 
truncated files; not clear why
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to