Skip to content

Commit 4d2e420

Browse files
authored
Updating the stone version to 3.3.9 (#521)
* Updating the stone version to 3.3.9 * Adding max-parallel: 1 to avoid race conditions in Integration tests
1 parent 8941fef commit 4d2e420

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
runs-on: ${{ matrix.os }}
9999
strategy:
100100
fail-fast: false
101+
max-parallel: 1
101102
matrix:
102103
os: [macos-15-intel, macos-latest, windows-latest, ubuntu-latest]
103104
python-version: ["3.9", "3.10", "3.11"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dependencies required for installation (keep in sync with setup.py)
22
requests>=2.16.2
33
six >= 1.12.0
4-
stone>=2,<3.3.3
4+
stone>=2,<3.3.9
55
# Other dependencies for development
66
ply
77
pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
install_reqs = [
2828
'requests>=2.16.2',
2929
'six >= 1.12.0',
30-
'stone>=2,<3.3.3',
30+
'stone>=2,<3.3.9',
3131
]
3232

3333
setup_requires = [

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest
22
mock
33
pytest-mock
44
coverage
5-
stone>=2,<3.3.3
5+
stone>=2,<3.3.9

0 commit comments

Comments
 (0)