Skip to content

Commit

Permalink
Updated deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eterey committed Oct 5, 2020
1 parent 45c7ade commit 084bef7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psutil>=2.1.1
netifaces>=0.10.4
pyvalid>=0.9
pyvalid>=1.0
enum34>=1.1
2 changes: 1 addition & 1 deletion requirements/linux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psutil>=2.1.1
netifaces>=0.10.4
pyvalid>=0.9
pyvalid>=1.0
enum34>=1.1
distro>=1.5
2 changes: 1 addition & 1 deletion requirements/windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psutil>=2.1.1
netifaces>=0.10.4
pyvalid>=0.9
pyvalid>=1.0
enum34>=1.1
wmi>=1.4.9
2 changes: 1 addition & 1 deletion test/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def test_get_name_reduction():
# Existing reduction
reduction = UnitByte.get_name_reduction(UnitByte.megabyte)
assert reduction is 'MB'
assert reduction == 'MB'
# Non-existing reduction
reduction = UnitByte.get_name_reduction('Non-existing reduction')
assert reduction is None

0 comments on commit 084bef7

Please sign in to comment.