Skip to content

Conversation

@gaborbernat
Copy link
Member

@gaborbernat gaborbernat commented Nov 11, 2019

The PR also bumps the linter tool versions, and drop python3.4 as the CI no longer supports it.

Copy link
Contributor

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gaborbernat gaborbernat changed the title fix fix the failing CI on master Nov 11, 2019
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
@todo
Copy link

todo bot commented Nov 13, 2019

process numbers work differently on pypy")

@pytest.mark.skipif(INFO.IS_PYPY, reason="TODO: process numbers work differently on pypy")
@pytest.mark.skipif(
"sys.platform == 'win32'", reason="triggering SIGINT reliably on Windows is hard"
)


This comment was generated by todo based on a TODO comment in 38fe5fc in #1456. cc @gaborbernat.
@todo
Copy link

todo bot commented Nov 13, 2019

process numbers work differently on pypy")

@pytest.mark.skipif(INFO.IS_PYPY, reason="TODO: process numbers work differently on pypy")
@pytest.mark.skipif(
"sys.platform == 'win32'", reason="triggering SIGINT reliably on Windows is hard"
)


This comment was generated by todo based on a TODO comment in 38fe5fc in #1456. cc @gaborbernat.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
@todo
Copy link

todo bot commented Nov 13, 2019

process numbers work differently on pypy")

@pytest.mark.skipif(INFO.IS_PYPY, reason="TODO: process numbers work differently on pypy")
@pytest.mark.skipif(
"sys.platform == 'win32'", reason="triggering SIGINT reliably on Windows is hard"
)


This comment was generated by todo based on a TODO comment in 0bc8aad in #1456. cc @gaborbernat.
@todo
Copy link

todo bot commented Nov 13, 2019

process numbers work differently on pypy")

@pytest.mark.skipif(INFO.IS_PYPY, reason="TODO: process numbers work differently on pypy")
@pytest.mark.skipif(
"sys.platform == 'win32'", reason="triggering SIGINT reliably on Windows is hard"
)


This comment was generated by todo based on a TODO comment in 0bc8aad in #1456. cc @gaborbernat.
@gaborbernat
Copy link
Member Author

That was long but succeeded 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment