Skip to content

Commit 1c8443e

Browse files
committed
add pyopenssl version constraint
1 parent d45e26b commit 1c8443e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ dependencies:
110110
# depends on OpenBLAS instead
111111
- conda-forge::mkl >=2023.1.0
112112
- conda-forge::libcurl <= 8.9 # this is because of a Julia bug associated with libcurl 8.10+
113+
- conda-forge::pyopenssl >20
113114

114115
# additional packages that are required, but not specified here (and why)
115116
# pydqed, pydas, mopac, and likely others require a fortran compiler (specifically gfortran)

test/rmgpy/rmg/inputTest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_ml_estimator(self):
117117
assert isinstance(rmg.ml_settings, dict)
118118

119119

120-
class TestInputThemoCentralDatabase:
120+
class TestInputThermoCentralDatabase:
121121
"""
122122
Contains unit tests rmgpy.rmg.input.thermo_central_database
123123
"""
@@ -127,7 +127,7 @@ def teardown_class(self):
127127
global rmg
128128
rmg.thermo_central_database = None
129129

130-
def test_themo_central_database(self):
130+
def test_thermo_central_database(self):
131131
"""
132132
Test that we can input.
133133
"""

0 commit comments

Comments
 (0)