diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-05 09:28:00 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-05 09:28:00 -0400 |
| commit | 79788d223db1312465c1437f2ec78a5e1db38167 (patch) | |
| tree | d2452572c8395d529a9c1d8db4abd16407853208 | |
| parent | 9344609a3a8c4d2e72caf8d7849d6fd2f372c43c (diff) | |
| download | pyramid-79788d223db1312465c1437f2ec78a5e1db38167.tar.gz pyramid-79788d223db1312465c1437f2ec78a5e1db38167.tar.bz2 pyramid-79788d223db1312465c1437f2ec78a5e1db38167.zip | |
these now run on py3
| -rw-r--r-- | pyramid/tests/test_scaffolds.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/tests/test_scaffolds.py b/pyramid/tests/test_scaffolds.py index 265e20c3b..ed2c5a993 100644 --- a/pyramid/tests/test_scaffolds.py +++ b/pyramid/tests/test_scaffolds.py @@ -1,7 +1,5 @@ import unittest -from pyramid.testing import skip_on -@skip_on('py3') class TestPyramidTemplate(unittest.TestCase): def _getTargetClass(self): from pyramid.scaffolds import PyramidTemplate |
