Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
9281faf4
Unverified
Commit
9281faf4
authored
Nov 22, 2021
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Nov 22, 2021
Browse files
Fixing `stict` vs `strict` typo. (#3493)
parent
673b4be3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_buffers.py
tests/test_buffers.py
+1
-1
No files found.
tests/test_buffers.py
View file @
9281faf4
...
...
@@ -38,7 +38,7 @@ def test_from_python():
# https://foss.heptapod.net/pypy/pypy/-/issues/2444
# TODO: fix on recent PyPy
@
pytest
.
mark
.
xfail
(
env
.
PYPY
,
reason
=
"PyPy 7.3.7 doesn't clear this anymore"
,
stict
=
False
env
.
PYPY
,
reason
=
"PyPy 7.3.7 doesn't clear this anymore"
,
st
r
ict
=
False
)
def
test_to_python
():
mat
=
m
.
Matrix
(
5
,
4
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment