Skip to content

Commit

Permalink
We only need pathlib for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 11, 2021
1 parent 6d72b61 commit f6b5ee2
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 62 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install python-dateutil httpretty nosexcover python-coveralls
pip install python-dateutil httpretty python-coveralls
- name: Test with pytest
run: |
nosetests --with-xcoverage --cover-package=pyzotero --cover-tests
python -m unittest
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def find_version(*file_paths):
'feedparser >= 6; python_version >= "3.6.0"',
'pytz',
'requests >= 2.21.0',
'pathlib',
'pathlib; python_version < "3.5.0"',
'bibtexparser',
],
extras_require={"ordereddict": ["ordereddict==1.1"]},
Expand Down
59 changes: 0 additions & 59 deletions test.py

This file was deleted.

0 comments on commit f6b5ee2

Please sign in to comment.