Skip to content

Commit 24548e6

Browse files
Remove nose references (#5212)
* close #5085 * MAINT: Remove nose references (only text/comments, no code was remaining) * updated AUTHORS
1 parent 4c12f15 commit 24548e6

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ examples/output.txt
2323
# ignore coverage files
2424
.coverage*
2525
!.coveragerc
26-
.noseids
2726
htmlcov
2827
# ignore trajectory offset caches
2928
.adk_oplsaa.trr_offsets.pkl

benchmarks/asv.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"scipy": [],
3434
"six": [],
3535
"pytest": [],
36-
"nose": [],
3736
"mock": [],
3837
"MDAnalysisTests": [],
3938
},

package/AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ Chronological list of authors
269269
- Brady Johnston
270270
2026
271271
- Mohammad Ayaan
272-
272+
- Khushi Phougat
273+
273274
External code
274275
-------------
275276

testsuite/MDAnalysisTests/utils/test_streamio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ def test_func(self, func):
214214

215215
def test_join(self, tmpdir, funcname="join"):
216216
# join not included because of different call signature
217-
# but added first argument for the sake of it showing up in the verbose
218-
# nose output
219217
ns = self.create_NamedStream()
220218
fn = self.textname
221219
reference = str(tmpdir.join(fn))

0 commit comments

Comments
 (0)