Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus29200 committed Oct 27, 2020
1 parent 7ca10d3 commit 84a3b6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.1.2
-----

- Fix flake8 error

2.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion cassettedeck/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ async def get_the_treasure(self, params=None, data=None, headers={}):

@pytest.fixture(scope='function')
def ctd_custom_dir():
cassettes_folder = os.path.join(os.path.curdir, f'stored_requests')
cassettes_folder = os.path.join(os.path.curdir, 'stored_requests')
yield CassetteDeck(cassette_library_dir=cassettes_folder)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='cassettedeck',
version='2.1.1',
version='2.1.2',
description='A library store and replay aiohttp requests',
long_description='To simplify and speed up tests that make HTTP requests',
author='Developer team at Onna Technologies',
Expand Down

0 comments on commit 84a3b6b

Please sign in to comment.