diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2017-09-06 15:45:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-06 15:45:25 -0700 |
| commit | 3a5968943a1722688994990326d2009210179e9d (patch) | |
| tree | bd50e09620c8966d934c7cff563ab8fc0766c3b4 /tests | |
| parent | 91a97f1145f3d78667b162907af985b8d6fcc61a (diff) | |
| download | python-setuptools-git-3a5968943a1722688994990326d2009210179e9d.tar.gz | |
Remove all mention of Windows IA-64 support (GH-3389)
It was mostly removed long ago.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_util.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index 4e9d79b7..e2fc3809 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -78,13 +78,6 @@ class UtilTestCase(support.EnvironGuard, unittest.TestCase): sys.platform = 'win32' self.assertEqual(get_platform(), 'win-amd64') - # windows XP, itanium - os.name = 'nt' - sys.version = ('2.4.4 (#71, Oct 18 2006, 08:34:43) ' - '[MSC v.1310 32 bit (Itanium)]') - sys.platform = 'win32' - self.assertEqual(get_platform(), 'win-ia64') - # macbook os.name = 'posix' sys.version = ('2.5 (r25:51918, Sep 19 2006, 08:49:13) ' |
