You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ Most of the code for this came from the aioboto3 tests themselves at https://git
10
10
11
11
## Running the example test
12
12
13
-
- Poetry 1.4+
14
-
- Python 3.9+ (although probably Python 3.7+ will work)
13
+
- Poetry 1.6+
14
+
- Python 3.10+ (although probably Python 3.7+ will work)
15
15
16
16
```
17
17
poetry install
@@ -21,16 +21,18 @@ poetry run pytest
21
21
Example output:
22
22
23
23
```console
24
-
================================================================================================= test session starts =================================================================================================
25
-
platform darwin -- Python 3.9.11, pytest-7.1.2, pluggy-1.0.0
=========================================================================================================== test session starts ===========================================================================================================
25
+
platform darwin -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
26
+
rootdir: /Users/phillip/pytest-aioboto3
27
+
configfile: pyproject.toml
28
+
testpaths: tests
29
+
plugins: asyncio-0.21.1, aioboto3-0.1.0
30
+
asyncio: mode=Mode.AUTO
29
31
collected 1 item
30
32
31
-
tests/test_s3.py . [100%]
33
+
tests/test_s3.py . [100%]
32
34
33
-
================================================================================================== 1 passed in 0.96s ==================================================================================================
35
+
============================================================================================================ 1 passed in 0.94s ============================================================================================================
0 commit comments