Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Value too long for column
- PersistenceContext
- 겨울 부산
- taint
- k8s #kubernetes #쿠버네티스
- 오블완
- 깡돼후
- JanusWebRTCGateway
- python
- PytestPluginManager
- mp4fpsmod
- 코루틴 컨텍스트
- 코루틴 빌더
- pytest
- kotlin
- 달인막창
- terminal
- JanusGateway
- preemption #
- VARCHAR (1)
- table not found
- 개성국밥
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- vfr video
- tolerated
- 자원부족
- JanusWebRTCServer
- 티스토리챌린지
- JanusWebRTC
- Spring Batch
Archives
목록pytest (2)
너와 나의 스토리
Pytest 에러: 'PytestPluginManager' object has no attribute 'addhooks'
pytest 에러 발생 AttributeError: 'PytestPluginManager' object has no attribute 'addhooks' pytest-html에서도 문제가 생겼어서 재설치하고 pytest-xdist도 업데이트하고... https://github.com/pytest-dev/pytest/issues/7658 삽질을 했지만 해결되지 않음.. error message만 달라질 뿐 해결 방법 python 버전이 3.9였었는데 최신 버전인 3.10으로 업데이트하고 requirement 재설치하니까 문제 해결됨 ㅎㅎ
개발
2022. 9. 6. 10:33