Skip to content

Commit

Permalink
unittest.mock.mock_open() does not work well on Python 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
excitoon committed Aug 27, 2022
1 parent 9320992 commit f44b62e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 36 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ on:
branches: [master]

jobs:
python-36-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: '3.6'
- name: Test with unittest
run: |
python3 -m unittest discover
python-37-macos:
runs-on: macos-latest
steps:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ on:
branches: [master]

jobs:
python-36-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: '3.6'
- name: Test with unittest
run: |
python3 -m unittest discover
python-37-ubuntu:
runs-on: ubuntu-latest
steps:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ on:
branches: [master]

jobs:
python-36-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: '3.6'
- name: Test with unittest
run: |
python3 -m unittest discover
python-37-windows:
runs-on: windows-latest
steps:
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Version Control :: Git",
"Topic :: Text Processing :: Filters",
Expand Down

0 comments on commit f44b62e

Please sign in to comment.