-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Function' object has no attribute '_getfslineno' #30
Comments
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Mar 26, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Mar 31, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Mar 31, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Apr 3, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Apr 3, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Apr 3, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Apr 5, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Apr 5, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Apr 5, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to blueyed/pytest
that referenced
this issue
Apr 5, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
blueyed
added a commit
to pytest-dev/pytest
that referenced
this issue
Apr 7, 2020
Tried to write a test using `--boxed`, but it fails due to pytest-dev/pytest-forked#30.
stanislavlevin
added a commit
to stanislavlevin/pytest-forked
that referenced
this issue
May 7, 2020
'getfslineno' has been removed from 'compat' in Pytest [0]. However, that function was just the wrapper of '_pytest._code.source.getfslineno'. The latter exists in Pytest since, at least, 3.0.0. [0]: pytest-dev/pytest@9c7f1d9b3. Fixes: pytest-dev#30 Signed-off-by: Stanislav Levin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_getfslineno
has been removed in pytest in pytest-dev/pytest@16546b734The text was updated successfully, but these errors were encountered: