Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
26d4fcd
redo PR and force push
aixtools Nov 29, 2019
730016e
modify import to work better with monkeypatch in tests
aixtools Nov 29, 2019
ce9e721
Add extra monkeypatch setting
aixtools Nov 29, 2019
89a7b23
More changes to get past Windows CI tests...
aixtools Nov 29, 2019
e3ce54e
CI module `black` says double quotes `"` needed
aixtools Nov 29, 2019
b46efe0
Changes made in accordance of peer review of CPyhton PR #17303
aixtools Dec 8, 2019
ac25b81
Specify `#pragma no cover` for Windows - that does not have os.uname()
aixtools Dec 8, 2019
9c999bb
Remove "too many spaces" in pragma (comment)
aixtools Dec 8, 2019
f06f81a
Non-posix systems (i.e., no `os.uname()`) fail coverage tests, use co…
aixtools Dec 8, 2019
c8d5d79
Sync code with CPython 3.9: `Lib/_aix_support.py`
aixtools Dec 17, 2019
8677561
typo corrections to pass lint
aixtools Dec 17, 2019
1dc7248
Merge branch 'master' into AIX-platform-tag
di Jan 2, 2020
5c9166b
Merge branch 'master' into AIX-platform-tag
aixtools Feb 3, 2020
2f9fc76
Merge branch 'master' into AIX-platform-tag
aixtools Mar 17, 2020
f9019b2
rename _AIX_platform to _aix_support - same as in CPython
aixtools Apr 3, 2020
5572136
Merge branch 'master' into AIX-platform-tag
aixtools Apr 3, 2020
91412e8
Sync _aix_support.py with CPython `Lib/_aix_support.py`
aixtools Apr 3, 2020
81ebe3c
Fix file to pass flake8 tests
aixtools Apr 3, 2020
27ebbb1
import subprocess no longer needed to support monkeypatch
aixtools Apr 3, 2020
cf52688
Shorten variable names to pass flake8 line-length tests
aixtools Apr 20, 2020
68e9c80
Add a NewType for normalized names (#292)
pradyunsg Apr 8, 2020
880edc3
Merge branch 'master' into AIX-platform-tag
aixtools Apr 20, 2020
48dab36
typo
aixtools Apr 20, 2020
5088c8c
Merge branch 'master' into AIX-platform-tag by removing the conflicts
aixtools Nov 1, 2020
ae6ee5f
Restored the lines removed - in order to restart work.
aixtools Nov 1, 2020
56aee30
Fix paste error; add a new-line
aixtools Nov 3, 2020
c9544b6
Fix blank line with spaces
aixtools Nov 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix blank line with spaces
  • Loading branch information
aixtools committed Nov 3, 2020
commit c9544b6cd3cc0fba35e298e7da24d68cd3585737
2 changes: 1 addition & 1 deletion tests/test_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ def test_generic(self, monkeypatch):
"py" + tags._version_nodot((sys.version_info[0], 0)), "none", "any"
)
assert result[-1] == expected


def test_aix_platform_notpep425_ready(monkeypatch):
if platform.system() != "AIX":
Expand Down