Skip to content

Commit

Permalink
test: Test on all platforms and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 29, 2024
1 parent c3e4d5c commit 05ec39e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.9]
exclude:
# UnicodeDecodeError
- os: windows-latest
python-version: pypy-3.9
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
4 changes: 0 additions & 4 deletions tests/commands/test_mapping_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ def test_command_extension_and_extension_field_and_no_inherit_extension(capsys,
'mapping-sheet_extension_extension-field_no-inherit-extension.csv')


@pytest.mark.skipif(
platform.system() in ('Darwin', 'Linux') and platform.python_implementation() == 'PyPy',
reason='CI outputs /opt/hostedtoolcache/PyPy/3.9.18/x64/lib/pypy3.9/site-packages/certifi/cacert.pem None'
)
def test_command_extension_and_extension_field_and_language(capsys, monkeypatch):
url = 'https://extensions.open-contracting.org/es/extensions/lots/v1.1.5/'

Expand Down

0 comments on commit 05ec39e

Please sign in to comment.