-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pdd v1.3.1 | ||
2018-07-01 | ||
2018-08-08 | ||
|
||
This is a minor release. Changes include: | ||
- Show epoch time with timestamp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmarcoux pdd v1.3.1 is released.
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests are failing
=> pdd-1.3.1_1: running do_check ...
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.6/site-packages/pytest.py", line 9, in
from _pytest.config import main, UsageError, cmdline, hookspec, hookimpl
File "/usr/lib/python3.6/site-packages/_pytest/config/init.py", line 18, in
import _pytest.hookspec # the extension point definitions
File "/usr/lib/python3.6/site-packages/_pytest/hookspec.py", line 27, in
@hookspec(historic=True, warn_on_impl=PYTEST_NAMESPACE)
TypeError: call() got an unexpected keyword argument 'warn_on_impl'
make: *** [Makefile:26: check] Error 1
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this is happening.
There's not much difference between the last release and this one. Can you please check the diff?
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you are facing this: pytest-dev/pytest#3753
Probably you'll have to restrict the pytest version?
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to restrict in setup.py.
@dmarcoux can you please take care of this? I am reverting the release in the meantime as it is not published anywhere so far.
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxice8 can you please share the
pytest
version used in your setup (to package)?9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okk
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I published to PyPi yesterday.
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem!
9949d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jarun I had uploaded the new version of pdd into debian archive.