File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
> An [ AWS Professional Service] ( https://aws.amazon.com/professional-services/ ) open source initiative | [email protected]
8
8
9
- [ ![ Release] ( https://img.shields.io/badge/release-2.1 .0-brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
9
+ [ ![ Release] ( https://img.shields.io/badge/release-2.2 .0-brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
10
10
[ ![ Python Version] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-brightgreen.svg )] ( https://anaconda.org/conda-forge/awswrangler )
11
11
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
12
12
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
Original file line number Diff line number Diff line change 7
7
8
8
__title__ : str = "awswrangler"
9
9
__description__ : str = "Pandas on AWS."
10
- __version__ : str = "2.1 .0"
10
+ __version__ : str = "2.2 .0"
11
11
__license__ : str = "Apache License 2.0"
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_metadata ():
5
- assert wr .__version__ == "2.1 .0"
5
+ assert wr .__version__ == "2.2 .0"
6
6
assert wr .__title__ == "awswrangler"
7
7
assert wr .__description__ == "Pandas on AWS."
8
8
assert wr .__license__ == "Apache License 2.0"
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ deps =
10
10
moto ==1.3.16
11
11
s3fs ==0.4.2
12
12
commands =
13
- pytest -n 32 --timeout =300 tests
13
+ pytest -n 16 --timeout =300 tests
14
14
15
15
[testenv:py38]
16
16
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
17
17
deps =
18
18
{[testenv]deps}
19
19
pytest-cov ==2.10.1
20
20
commands =
21
- pytest -n 32 --timeout =300 --cov =awswrangler tests
21
+ pytest -n 16 --timeout =300 --cov =awswrangler tests
You can’t perform that action at this time.
0 commit comments