Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qsymm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quantum Tinkerer
qsymm
Commits
4865086c
Commit
4865086c
authored
2 years ago
by
Isidora Araya
Browse files
Options
Downloads
Patches
Plain Diff
fix pytest ignored warnings
parent
6c371067
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Saving qsymm models
Pipeline
#111791
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
environment-minimal.yml
+1
-1
1 addition, 1 deletion
environment-minimal.yml
pytest.ini
+3
-2
3 additions, 2 deletions
pytest.ini
with
4 additions
and
3 deletions
environment-minimal.yml
+
1
−
1
View file @
4865086c
...
@@ -5,7 +5,7 @@ dependencies:
...
@@ -5,7 +5,7 @@ dependencies:
-
python=3.7
-
python=3.7
-
numpy=1.16.2
-
numpy=1.16.2
-
scipy=1.1.0
-
scipy=1.1.0
-
sympy=1.
4
-
sympy=1.
3
-
tinyarray=1.2.3
-
tinyarray=1.2.3
## Dev Dependencies
## Dev Dependencies
# Testing
# Testing
...
...
This diff is collapsed.
Click to expand it.
pytest.ini
+
3
−
2
View file @
4865086c
...
@@ -4,7 +4,8 @@ filterwarnings =
...
@@ -4,7 +4,8 @@ filterwarnings =
# Remove once we rely on scipy v1.5 (maybe earlier)
# Remove once we rely on scipy v1.5 (maybe earlier)
ignore:can't
resolve
package
from
__spec__
or
__package__:ImportWarning
ignore:can't
resolve
package
from
__spec__
or
__package__:ImportWarning
ignore:the
matrix
subclass
is
not
the
recommended
way
to
represent
matrices:PendingDeprecationWarning
ignore:the
matrix
subclass
is
not
the
recommended
way
to
represent
matrices:PendingDeprecationWarning
# Remove once
we rely on sympy v1.3
# Remove once
sympy fixes how it uses distutils
ignore:
np\.asscalar\(a\)
is
deprecated
since
NumPy
v1\.16,
use
a\.item\(\)
instead:DeprecationWarning
ignore:
distutils
Version
classes
are
deprecated.
Use
packaging.version
instead:DeprecationWarning
# Remove once setuptools figures it out
# Remove once setuptools figures it out
ignore:lib2to3:PendingDeprecationWarning
ignore:lib2to3:PendingDeprecationWarning
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment