-
Notifications
You must be signed in to change notification settings - Fork 198
Tests are failing #338
Copy link
Copy link
Closed
Description
In the last build on Travis-CI (https://travis-ci.org/pkkid/python-plexapi/builds/485214005) we have 2 issues:
- One from flake8:
utils.py:8:1: F401 'datetime.timedelta' imported but unused
-
And the second is a failing test
test_smart_playliston quite old PlexServer version, 1.3.2, which was released somewhere around Dec 2016, while smart playlists become available in late 2017 (not sure on this one, honestly). I see 3 options here:- Choose a newer "oldest" version for testing, e.g. 1.9.7 from Nov 2017
- Abandon testing agains old version and test only against latest
- Add some magical pytests marker to prevent the test been ran on such an old version
What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels