Skip to content

Commit

Permalink
[4.6] Merge pull request pytest-dev#7179 from asottile/py39
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored and hroncok committed May 7, 2020
1 parent 020831d commit 2a5ca51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -30,6 +30,8 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
platforms = unix, linux, osx, cygwin, win32

[options]
Expand Down
2 changes: 1 addition & 1 deletion testing/code/test_source.py
Expand Up @@ -501,7 +501,7 @@ class A(object):
class B(object):
pass

B.__name__ = "B2"
B.__name__ = B.__qualname__ = "B2"
assert getfslineno(B)[1] == -1


Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -11,6 +11,7 @@ envlist =
py36
py37
py38
py39
pypy
pypy3
{py27,py37}-{pexpect,xdist,twisted,numpy,pluggymaster}
Expand Down

0 comments on commit 2a5ca51

Please sign in to comment.