mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
Run test_official only on py3.7
This commit is contained in:
parent
4328eaefb2
commit
f379a34ccd
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ for thing in soup.select('h4 > a.anchor'):
|
|||
|
||||
|
||||
@pytest.mark.parametrize(('method', 'data'), argvalues=argvalues, ids=names)
|
||||
@pytest.mark.skipif(not sys.version_info >= (3, 6) or python_implementation() != 'CPython',
|
||||
@pytest.mark.skipif(not sys.version_info >= (3, 7) or python_implementation() != 'CPython',
|
||||
reason='follow_wrapped (inspect.signature) is not supported on this platform')
|
||||
def test_official(method, data):
|
||||
method(data)
|
||||
|
|
Loading…
Add table
Reference in a new issue